PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DLightingStyle Enumeration
In This Topic
    PDF3DLightingStyle Enumeration
    In This Topic
    Defines the supported lighting styles.
    Members
    MemberDescription
    ARTWORKLights as specified in the 3D artwork.
    BLUEThree blue infinite lights, no ambient term.
    CADThree grey infinite lights and one light attached to the camera, no ambient term.
    CUBESix grey infinite lights aligned with the major axes, no ambient term.
    DAYThree light-grey infinite lights, no ambient term.
    HARDThree grey infinite lights, moderate ambient term.
    HEAD_LAMPSingle infinite light attached to the camera, low ambient term.
    NIGHTOne yellow, one aqua, and one blue infinite light, no ambient term.
    NONENo lights are used.
    PRIMARYOne red, one green, and one blue infinite light, no ambient term.
    REDThree red infinite lights, no ambient term.
    WHITEThree blue-grey infinite lights, no ambient term.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.annotations.a3d.PDF3DLightingStyle

    See Also